home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / ITSY.ZIP;1 / PRECOMP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-19  |  631 b   |  25 lines

  1. //***************************************************************************
  2. //
  3. //  Module: precomp.h
  4. //
  5. //  Purpose:
  6. //     This header contains all of the precompiled garbage.
  7. //
  8. //***************************************************************************
  9.  
  10. #ifndef WIN32
  11. #define STRICT             // be bold!
  12. #endif
  13.  
  14. #include <windows.h>
  15. #include <windowsx.h>
  16.  
  17. #include <io.h>
  18. #include <string.h>
  19. #include <string.h>
  20.  
  21. //***************************************************************************
  22. //  End of File: precomp.h
  23. //***************************************************************************
  24.  
  25.